insert query meaning in Chinese
插入查询
Examples
- Insert the query being built is an insert query
要生成的查询为“插入”查询。 - Supports insert queries
支持插入查询。 - Because no table is created for a query that does not return rows , if you process an insert query followed by a select query , the table created for the select query is named " table " , because it is the first table created
如果某个查询不返回行,则不会为该查询创建表,因此,如果您先处理一个插入查询,然后再处理一个选择查询,这样由于为选择查询创建的表是第一个表,所以该表将被命名为“ table ” 。 - Since no table is created for a query that does not return rows , if you were to process an insert query followed by a select query , the table created for the select query would be named " table " , because it is the first table created
如果某个查询不返回行,则不会为该查询创建表,因此,如果您先处理一个插入查询,然后再处理一个选择查询,那么由于为选择查询创建的表是第一个表,所以该表将被命名为“ table ” 。